home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_05 / 8n05074b < prev    next >
Encoding:
Text File  |  1995-11-01  |  107 b   |  11 lines

  1. Listing 3:
  2. }
  3. main()
  4. {
  5.     double x;
  6.     x = sqrt(2.0);
  7.     printf("The square root of 2 is %f\n", x);
  8. }
  9.  
  10.  
  11.